home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / eggs_ter.swf / scripts / DefineButton2_140 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  113 b   |  9 lines

  1. on(press){
  2.    _highquality = 0;
  3.    gotoAndStop(2);
  4.    with(_root.high)
  5.    {
  6.       gotoAndStop(2);
  7.    }
  8. }
  9.